home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / xrs450at.zip / XRS_FONT.BAT < prev    next >
DOS Batch File  |  1991-02-16  |  361b  |  10 lines

  1. @Echo Off
  2. REM XRS setup for non-standard text mode (this example is 80x40-line mode)
  3. set xrs=x
  4. REM This uses a Shareware VGA font loader to download an 8x10 'thin' font
  5. vgafont slim10.fnt
  6. REM xload \proii\8x14thin.fnt   (example of Orchid ProII 28-line font)
  7. REM Change this to "RESPONSE X", "RESP_OVL X" or "RESP_286 X" if needed!
  8. resp_rtl x
  9. set xrs=
  10.